-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/refactor zboxcore and zcncore #1583
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # core/conf/vars.go # wasmsdk/proxy.go # zboxcore/blockchain/entity.go # zboxcore/client/entity.go # zboxcore/sdk/allocation_file_test.go # zboxcore/sdk/blockdownloadworker.go # zboxcore/sdk/chunked_upload.go # zboxcore/sdk/downloadworker.go # zboxcore/sdk/rollback.go # zboxcore/sdk/sdk.go # zboxcore/zboxutil/http.go # zcncore/networkworker.go # zcncore/networkworker_mobile.go # zcncore/transaction.go # zcncore/transaction_base.go # zcncore/wallet_base.go
Jayashsatolia403
requested review from
peterlimg,
dabasov and
guruhubb
as code owners
August 22, 2024 15:47
* add storage version for allocation * add commit for v2 * add delete change * add delete dir and get refs * fix process change for delete dir * fix delete dir * add timming log * fix setting root * send ref path request to all * add merge logs * fix collapse for short node * check refs in delete * add changesv2 * add eg for signature * set limit to 4 * remove group * fix path * remove hash signature map * remove sign timing * check timestamp * add check for lwm * implement rename move and copy for v2 * add repair for v2 * check for cancel * fix copy and move * fix no changes in connection * fix repair * fix eof check * fix repair eof * set path hash * fix update key * add prev weight * add debug log for commit size * fix update key weight * fix alloc root * fix chain hash * add fix for verifying trie root * fix delete directory * fix mask pos * fix create existing dir * fix new dir consensus * take base as dest name * Added storageVersion * fix ut * fix lint * fix list and stats ut * fix wasm error * use v2 as default * fetch alloc version from sharders * fix lint * fix merge * Update blobber settings DelegateWallet * Fix * Fix --------- Co-authored-by: hitenjain14 <[email protected]> Co-authored-by: Yury <[email protected]> Co-authored-by: Hitenjain14 <[email protected]>
…boxcore # Conflicts: # core/version/version.go # go.mod # go.sum # zboxcore/blockchain/entity.go # zboxcore/sdk/blobber_operations_mobile.go # zboxcore/sdk/chunked_upload_form_builder.go # zboxcore/sdk/commitworker.go # zboxcore/sdk/filerefsworker.go
Optimise/get and send
…refactor-zboxcore
# Conflicts: # zboxcore/sdk/allocation.go # zboxcore/sdk/chunked_upload_blobber.go # zboxcore/sdk/commitworker.go # zboxcore/sdk/filerefsworker.go
…mise/send-and-get
Feature/multi wallet
Optimise send and get to miners and sharders
dabasov
approved these changes
Oct 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Fixes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):